From d35dd33f4c918c9ce61f6987d6524085759c3186 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Tue, 22 Nov 2005 12:04:03 +0100 Subject: [PATCH] Ignore live flag on PAE/64-bit migrations, rather than failing the migration entirely. Signed-off-by: Keir Fraser --- tools/libxc/xc_linux_save.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxc/xc_linux_save.c b/tools/libxc/xc_linux_save.c index 0863ac6675..2a0971d07e 100644 --- a/tools/libxc/xc_linux_save.c +++ b/tools/libxc/xc_linux_save.c @@ -731,7 +731,7 @@ int xc_linux_save(int xc_handle, int io_fd, uint32_t dom, uint32_t max_iters, if (live && (pt_levels != 2)) { ERR("Live migration supported only for 32-bit non-pae"); - goto out; + live = 0; } if (live) { -- 2.30.2